summaryrefslogtreecommitdiff
path: root/[GSoC]ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '[GSoC]ChangeLog')
-rw-r--r--[GSoC]ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog
index 05f202c5e..b67ea822b 100644
--- a/[GSoC]ChangeLog
+++ b/[GSoC]ChangeLog
@@ -1,3 +1,12 @@
+2020-08-3 Anuj Verma <anujv@iitbhilai.ac.in>
+
+ [sdf -> bsdf] Fixed memory leak.
+
+ * src/sdf/ftbsdf.c (bsdf_raster_render): Release the
+ allocated distance map.
+ Also, added a log of total memory allocated for
+ generating SDF from bitmap.
+
2020-08-2 Anuj Verma <anujv@iitbhilai.ac.in>
[sdf -> bsdf] Fixed a bug with `finalize_sdf'.